Uses of Interface
org.eclipse.vtp.framework.core.IContext

Packages that use IContext
org.eclipse.vtp.framework.common.services   
org.eclipse.vtp.framework.core   
org.eclipse.vtp.framework.engine.runtime   
org.eclipse.vtp.framework.engine.support   
 

Uses of IContext in org.eclipse.vtp.framework.common.services
 

Constructors in org.eclipse.vtp.framework.common.services with parameters of type IContext
ScriptingService(IContext serviceRegistry, IScriptable[] scriptables)
          Creates a new SrciptingService.
ScriptingService(IContext serviceRegistry, IScriptable[] scriptables, ScriptingService parent)
          Creates a new SrciptingService.
 

Uses of IContext in org.eclipse.vtp.framework.core
 

Subinterfaces of IContext in org.eclipse.vtp.framework.core
 interface IActionContext
          A service available to services at the action scope.
 interface IExecutionContext
          A service available to all services at the execution or action scope.
 interface IProcessContext
          A service available to all services at any scope.
 interface ISessionContext
          A service available to all services at any scope except the process scope.
 

Uses of IContext in org.eclipse.vtp.framework.engine.runtime
 

Classes in org.eclipse.vtp.framework.engine.runtime that implement IContext
protected  class Execution.Context
          Implementation of the generic context.
protected  class Process.Context
          Implementation of the generic context.
protected  class Sequence.Context
          Implementation of the generic context.
protected  class Session.Context
          Implementation of the generic context.
 

Methods in org.eclipse.vtp.framework.engine.runtime that return IContext
protected abstract  IContext Builder.createServiceRegistry()
          Creates a service registry for the current scope.
protected  IContext Service.createServiceRegistry(Scope scope)
           
protected  IContext Executable.createServiceRegistry(Scope scope)
           
protected abstract  IContext Configurable.createServiceRegistry(Scope scope)
          Creates a service registry for the specified scope.
 

Methods in org.eclipse.vtp.framework.engine.runtime with parameters of type IContext
 java.lang.Object Configuration.createInstance(IContext serviceRegistry)
          Creates a new instance of the configuration component.
protected  java.lang.Object[] Configurable.lookupAllConfigurations(java.lang.String identifier, IContext serviceRegistry)
          Returns all the configuration objects in the supplied scope with the specified identifier.
protected  java.lang.Object Configurable.lookupConfiguration(java.lang.String identifier, IContext serviceRegistry)
          Looks up a single configuration object in the supplied scope with the specified identifier.
 

Uses of IContext in org.eclipse.vtp.framework.engine.support
 

Classes in org.eclipse.vtp.framework.engine.support that implement IContext
 class AbstractActionContext
          A support implementation of the IActionContext interface.
 class AbstractContext
          A support implementation of the IContext interface.
 class AbstractExecutionContext
          A support implementation of the IExecutionContext interface.
 class AbstractProcessContext
          A support implementation of the IProcessContext interface.
 class AbstractSessionContext
          A support implementation of the ISessionContext interface.
 class ActionContextWrapper
          A wrapper for the IActionContext interface.
 class ExecutionContextWrapper
          A wrapper for the IExecutionContext interface.
 class ProcessContextWrapper
          A wrapper for the IProcessContext interface.
 class SessionContextWrapper
          A wrapper for the ISessionContext interface.